| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Sort( _ ByVal arrayColumns() As Integer _ ) As Boolean | |
| C# | |
|---|---|
public bool Sort( int[] arrayColumns ) | |
Parameters
- arrayColumns
- An array of zero-based integers, representing the columns to sort the items on.